BuildUp<T> Method

Summary
Runs an existing object through the container and performs injection on it.
Syntax
C#
C++/CLI
public static T BuildUp<T>( 
   T existing 
) 
public: 
static _T^_ BuildUpgeneric<typename T> 
(  
   _T^_ existing 
)  

Parameters

existing
Instance to build up.

Type Parameters

T
Type of object to perform injection on

Return Value

The resulting object. By default, this will be existing, but container extensions may add things like automatic proxy creation which would cause this to return a different object (but still type compatible with T).

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.